gusucode.com > 产生一个三维的箭头源码程序 > 产生一个三维的箭头源码程序/3D arrow plot/test.m

    clc;
clear;
close all;


figure;
       h = arrow3d([1 0],[0 1],[-2 3],.8,3);